SubFlowEnd
The SubFlowEnd class represents the end step of a sub-flow in the workflow process, designed to handle the completion of a sub-flow and manage return values.
Properties
| Name | Description |
|---|---|
| Caption | The caption dictionary representing localized captions for the flow object. |
| ReturnValue | A string property that holds the return value of the sub-flow when it completes, used to pass information back to the parent workflow step. |
| Key | A unique identifier for the workflow step. |
| Name | Name for the workflow step. |
| WorkflowCodeInstance | The workflow code instance associated with the flow object. |
| CachedDMObjects | The cached document management objects related to the flow object. |
| TypeCode | The type code associated with the flow object. |
Constructors
| Name | Description |
|---|---|
| SubFlowEnd(name, workflowData, workflowCodeInstance) | Constructor for the SubFlowEnd class. Initializes a new instance of the SubFlowEnd class. |
| SubFlowEnd(name, workflowData, workflowCodeInstance) | Constructor for the SubFlowEnd class. Initializes a new instance of SubFlowEnd with the specified name, workflow data, and optional workflow code instance. |
Methods
| Name | Description |
|---|---|
| Initialize() | Initializes the SubFlowEnd step. This method is an implementation of the abstract Initialize method from the base class. |
Events
| Name | Description |
|---|---|
| OnAfterExecution(sender, args) | Occurs after the execution of the workflow step. |
| OnBeforeExecution(sender, args) | Occurs before the execution of the workflow step. |